home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFORMMINMAXEDITOR / TFORMMINMAXEDITOR.txt
Text File  |  1998-09-03  |  7KB  |  342 lines

  1. object FormMinMaxEditor: TFormMinMaxEditor
  2.   Left = 401
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Min/Max Settings'
  7.   ClientHeight = 252
  8.   ClientWidth = 331
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 156
  22.     Top = 216
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 244
  33.     Top = 216
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 4
  43.     Top = 8
  44.     Width = 149
  45.     Height = 93
  46.     Caption = 'Max Size'
  47.     TabOrder = 2
  48.     object Label10: TLabel
  49.       Left = 9
  50.       Top = 20
  51.       Width = 32
  52.       Height = 13
  53.       Caption = 'Apply?'
  54.     end
  55.     object edtMaxSizeX: TEdit
  56.       Left = 52
  57.       Top = 38
  58.       Width = 45
  59.       Height = 21
  60.       TabOrder = 1
  61.       Text = '0'
  62.     end
  63.     object udMaxSizeX: TUpDown
  64.       Left = 97
  65.       Top = 38
  66.       Width = 12
  67.       Height = 21
  68.       Associate = edtMaxSizeX
  69.       Min = 0
  70.       Max = 2000
  71.       Position = 0
  72.       TabOrder = 4
  73.       TabStop = True
  74.       Wrap = False
  75.       OnChanging = AnyUpDownClick
  76.     end
  77.     object optMaxSizeX: TCheckBox
  78.       Left = 16
  79.       Top = 40
  80.       Width = 37
  81.       Height = 17
  82.       Caption = 'X:'
  83.       TabOrder = 0
  84.     end
  85.     object edtMaxSizeY: TEdit
  86.       Left = 52
  87.       Top = 62
  88.       Width = 45
  89.       Height = 21
  90.       TabOrder = 3
  91.       Text = '0'
  92.     end
  93.     object udMaxSizeY: TUpDown
  94.       Left = 97
  95.       Top = 62
  96.       Width = 12
  97.       Height = 21
  98.       Associate = edtMaxSizeY
  99.       Min = 0
  100.       Max = 2000
  101.       Position = 0
  102.       TabOrder = 5
  103.       TabStop = True
  104.       Wrap = False
  105.       OnChanging = AnyUpDownClick
  106.     end
  107.     object optMaxSizeY: TCheckBox
  108.       Left = 16
  109.       Top = 64
  110.       Width = 37
  111.       Height = 17
  112.       Caption = 'Y:'
  113.       TabOrder = 2
  114.     end
  115.   end
  116.   object GroupBox2: TGroupBox
  117.     Left = 168
  118.     Top = 8
  119.     Width = 149
  120.     Height = 93
  121.     Caption = 'Max Position'
  122.     TabOrder = 3
  123.     object Label13: TLabel
  124.       Left = 9
  125.       Top = 20
  126.       Width = 32
  127.       Height = 13
  128.       Caption = 'Apply?'
  129.     end
  130.     object edtMaxPositionX: TEdit
  131.       Left = 52
  132.       Top = 38
  133.       Width = 45
  134.       Height = 21
  135.       TabOrder = 1
  136.       Text = '0'
  137.     end
  138.     object udMaxPosX: TUpDown
  139.       Left = 97
  140.       Top = 38
  141.       Width = 12
  142.       Height = 21
  143.       Associate = edtMaxPositionX
  144.       Min = 0
  145.       Max = 2000
  146.       Position = 0
  147.       TabOrder = 4
  148.       TabStop = True
  149.       Wrap = False
  150.       OnChanging = AnyUpDownClick
  151.     end
  152.     object optMaxPositionX: TCheckBox
  153.       Left = 16
  154.       Top = 40
  155.       Width = 37
  156.       Height = 17
  157.       Caption = 'X:'
  158.       TabOrder = 0
  159.     end
  160.     object edtMaxPositionY: TEdit
  161.       Left = 52
  162.       Top = 62
  163.       Width = 45
  164.       Height = 21
  165.       TabOrder = 3
  166.       Text = '0'
  167.     end
  168.     object udMaxPosY: TUpDown
  169.       Left = 97
  170.       Top = 62
  171.       Width = 12
  172.       Height = 21
  173.       Associate = edtMaxPositionY
  174.       Min = 0
  175.       Max = 2000
  176.       Position = 0
  177.       TabOrder = 5
  178.       TabStop = True
  179.       Wrap = False
  180.       OnChanging = AnyUpDownClick
  181.     end
  182.     object optMaxPositionY: TCheckBox
  183.       Left = 16
  184.       Top = 64
  185.       Width = 37
  186.       Height = 17
  187.       Caption = 'Y:'
  188.       TabOrder = 2
  189.     end
  190.   end
  191.   object GroupBox3: TGroupBox
  192.     Left = 4
  193.     Top = 112
  194.     Width = 149
  195.     Height = 93
  196.     Caption = 'Min Track Size'
  197.     TabOrder = 4
  198.     object Label11: TLabel
  199.       Left = 9
  200.       Top = 20
  201.       Width = 32
  202.       Height = 13
  203.       Caption = 'Apply?'
  204.     end
  205.     object edtMinTrackSizeX: TEdit
  206.       Left = 52
  207.       Top = 38
  208.       Width = 45
  209.       Height = 21
  210.       TabOrder = 1
  211.       Text = '0'
  212.     end
  213.     object udMinTrackSizeX: TUpDown
  214.       Left = 97
  215.       Top = 38
  216.       Width = 12
  217.       Height = 21
  218.       Associate = edtMinTrackSizeX
  219.       Min = 0
  220.       Max = 2000
  221.       Position = 0
  222.       TabOrder = 4
  223.       TabStop = True
  224.       Wrap = False
  225.       OnChanging = AnyUpDownClick
  226.     end
  227.     object optMinTrackSizeX: TCheckBox
  228.       Left = 16
  229.       Top = 40
  230.       Width = 37
  231.       Height = 17
  232.       Caption = 'X:'
  233.       TabOrder = 0
  234.     end
  235.     object edtMinTrackSizeY: TEdit
  236.       Left = 52
  237.       Top = 62
  238.       Width = 45
  239.       Height = 21
  240.       TabOrder = 3
  241.       Text = '0'
  242.     end
  243.     object udMinTrackSizeY: TUpDown
  244.       Left = 97
  245.       Top = 62
  246.       Width = 12
  247.       Height = 21
  248.       Associate = edtMinTrackSizeY
  249.       Min = 0
  250.       Max = 2000
  251.       Position = 0
  252.       TabOrder = 5
  253.       TabStop = True
  254.       Wrap = False
  255.       OnChanging = AnyUpDownClick
  256.     end
  257.     object optMinTrackSizeY: TCheckBox
  258.       Left = 16
  259.       Top = 64
  260.       Width = 37
  261.       Height = 17
  262.       Caption = 'Y:'
  263.       TabOrder = 2
  264.     end
  265.   end
  266.   object GroupBox4: TGroupBox
  267.     Left = 168
  268.     Top = 112
  269.     Width = 149
  270.     Height = 93
  271.     Caption = 'Max Track Size'
  272.     TabOrder = 5
  273.     object Label6: TLabel
  274.       Left = 9
  275.       Top = 20
  276.       Width = 32
  277.       Height = 13
  278.       Caption = 'Apply?'
  279.     end
  280.     object edtMaxTrackSizeX: TEdit
  281.       Left = 56
  282.       Top = 36
  283.       Width = 45
  284.       Height = 21
  285.       TabOrder = 1
  286.       Text = '0'
  287.     end
  288.     object udMaxTrackSizeX: TUpDown
  289.       Left = 101
  290.       Top = 36
  291.       Width = 12
  292.       Height = 21
  293.       Associate = edtMaxTrackSizeX
  294.       Min = 0
  295.       Max = 2000
  296.       Position = 0
  297.       TabOrder = 4
  298.       TabStop = True
  299.       Wrap = False
  300.       OnChanging = AnyUpDownClick
  301.     end
  302.     object optMaxTrackSizeX: TCheckBox
  303.       Left = 16
  304.       Top = 40
  305.       Width = 37
  306.       Height = 17
  307.       Caption = 'X:'
  308.       TabOrder = 0
  309.     end
  310.     object edtMaxTrackSizeY: TEdit
  311.       Left = 56
  312.       Top = 60
  313.       Width = 45
  314.       Height = 21
  315.       TabOrder = 3
  316.       Text = '0'
  317.     end
  318.     object udMaxTrackSizeY: TUpDown
  319.       Left = 101
  320.       Top = 60
  321.       Width = 12
  322.       Height = 21
  323.       Associate = edtMaxTrackSizeY
  324.       Min = 0
  325.       Max = 2000
  326.       Position = 0
  327.       TabOrder = 5
  328.       TabStop = True
  329.       Wrap = False
  330.       OnChanging = AnyUpDownClick
  331.     end
  332.     object optMaxTrackSizeY: TCheckBox
  333.       Left = 16
  334.       Top = 64
  335.       Width = 37
  336.       Height = 17
  337.       Caption = 'Y:'
  338.       TabOrder = 2
  339.     end
  340.   end
  341. end
  342.